From f478c16076e981e587037fe8a12108aec0284abd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 7 Jun 1993 18:05:57 +0000 Subject: [PATCH] (SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted. --- src/s/hpux9.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/s/hpux9.h b/src/s/hpux9.h index 472f8f02da0..134a789e9ea 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -4,7 +4,9 @@ #define HPUX9 +#if 0 /* Try some debugging and see if gnu malloc hurts us */ #define SYSTEM_MALLOC 1 #undef GNU_MALLOC #undef REL_ALLOC +#endif -- 2.30.2